All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.PredEqual
PredEqual
is a predicate object designed for
comparing object using the equals()
method.
The default implementation compares if the objects are in fact
references to the same object, but all the wrapper classes redefines
equals()
.
Copyright © 1996 Finn Bock
equals()
method.
public PredEqual()
public boolean compare(Object o1, Object o2)
equals()
method.
All Packages Class Hierarchy This Package Previous Next Index